GtkFontButton: default show-preview-entry to TRUE
authorMatthias Clasen <mclasen@redhat.com>
Sun, 17 Mar 2013 20:24:34 +0000 (16:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 17 Mar 2013 20:24:34 +0000 (16:24 -0400)
This is what the property declaration says, after all.
https://bugzilla.gnome.org/show_bug.cgi?id=695948

gtk/gtkfontbutton.c

index f65b905b2d45a8e1fda13b49f8ba9a40ecf87374..0f481adfff624a02c1fabd7071a79d98f29e418c 100644 (file)
@@ -555,7 +555,7 @@ gtk_font_button_init (GtkFontButton *font_button)
   font_button->priv->use_size = FALSE;
   font_button->priv->show_style = TRUE;
   font_button->priv->show_size = TRUE;
-  font_button->priv->show_preview_entry = FALSE;
+  font_button->priv->show_preview_entry = TRUE;
   font_button->priv->font_dialog = NULL;
   font_button->priv->font_family = NULL;
   font_button->priv->font_face = NULL;